home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCERTEXPORTFORMATFORM / TCERTEXPORTFORMATFORM.txt
Text File  |  2004-10-12  |  2KB  |  106 lines

  1. object CertExportFormatForm: TCertExportFormatForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export File Format'
  6.   ClientHeight = 235
  7.   ClientWidth = 451
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lSelect: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 158
  24.     Height = 13
  25.     Caption = 'Select the format you want to use'
  26.   end
  27.   object rbBinCER: TRadioButton
  28.     Left = 16
  29.     Top = 88
  30.     Width = 430
  31.     Height = 17
  32.     Caption = '&DER encoded binary X.509 (.CER)'
  33.     TabOrder = 2
  34.     OnClick = DoClick
  35.   end
  36.   object rbBase64CER: TRadioButton
  37.     Left = 16
  38.     Top = 112
  39.     Width = 430
  40.     Height = 17
  41.     Caption = 'Ba&se-64 encoded X.509 (.CER)'
  42.     TabOrder = 3
  43.     OnClick = DoClick
  44.   end
  45.   object rbPFX: TRadioButton
  46.     Left = 16
  47.     Top = 40
  48.     Width = 430
  49.     Height = 17
  50.     Caption = 'Personal Information Exchange - PKCS #12 (.PFX)'
  51.     Checked = True
  52.     TabOrder = 0
  53.     TabStop = True
  54.     OnClick = DoClick
  55.   end
  56.   object rbPKCS7: TRadioButton
  57.     Left = 16
  58.     Top = 64
  59.     Width = 430
  60.     Height = 17
  61.     Caption = 'Cryptographic Message Syntax Standard - PKCS #7 (.P7B)'
  62.     TabOrder = 1
  63.     OnClick = DoClick
  64.   end
  65.   object cbFullPath: TCheckBox
  66.     Left = 16
  67.     Top = 144
  68.     Width = 430
  69.     Height = 17
  70.     Caption = 
  71.       'Include all the certificates in the certification path if possib' +
  72.       'le '
  73.     TabOrder = 4
  74.     OnClick = DoClick
  75.   end
  76.   object cbExportPrivate: TCheckBox
  77.     Left = 16
  78.     Top = 168
  79.     Width = 430
  80.     Height = 17
  81.     Caption = 'Export private keys as well'
  82.     TabOrder = 5
  83.     OnClick = DoClick
  84.   end
  85.   object bOK: TButton
  86.     Left = 200
  87.     Top = 200
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 6
  94.   end
  95.   object bCancel: TButton
  96.     Left = 288
  97.     Top = 200
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = 'Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 7
  104.   end
  105. end
  106.